home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SecalDemo / Inc / utility / hooks.inc < prev    next >
Encoding:
Text File  |  1997-06-11  |  153 b   |  11 lines

  1. include "inc/exec/types.inc";
  2. include "inc/exec/nodes.inc";
  3.  
  4. struct Hook is
  5.   h_MinNode:MinNode;
  6.   h_Entry:ulong;
  7.   h_SubEntry:ulong;
  8.   h_Data:ulong;
  9. ;
  10.  
  11.